From: Paul Eggert Date: Fri, 1 Apr 2016 23:55:21 +0000 (-0700) Subject: Fix resize incompatibility with GTK+ master X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~3293 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=afc9e6542aa6f2d0d7986db3d8c2cb654e107443;p=emacs.git Fix resize incompatibility with GTK+ master Problem reported by Matthias Clasen (Bug#23144). * src/xterm.c (handle_one_xevent) [USE_GTK]: Do not call xg_frame_resized. --- diff --git a/src/xterm.c b/src/xterm.c index ba9bf50de31..7108207f257 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7895,10 +7895,6 @@ handle_one_xevent (struct x_display_info *dpyinfo, /* Force a redisplay sooner or later to update the frame titles in case this is the second frame. */ record_asynch_buffer_change (); - -#ifdef USE_GTK - xg_frame_resized (f, -1, -1); -#endif } goto OTHER;